Full-Stack

Welcome Portfolio Projects Contact
↑ Go Back ↑

ThreadPool

ThreadPool

Process: contains the ThreadPool & Invididual Threads

ThreadPool: contains threadthreadthreadthreadthreadthreadthread very much (locked and unlocked ones)

Task: async or sync Operation

  • system gets unlocked Thread inside ThreadPool -> assignes Task to it, thread gets locked
  • system runs task
  • task finishes
  • thread gets unlocked